Q3BackfacingStyle_Set
You can use theQ3BackfacingStyle_Set
function to set the backfacing style value of a backfacing style.
TQ3Status Q3BackfacingStyle_Set ( TQ3StyleObject backfacingObject, TQ3BackfacingStyle backfacingStyle);
backfacingObject
- A backfacing style object.
backfacingStyle
- A backfacing style value.
DESCRIPTION
TheQ3BackfacingStyle_Set
function sets the backfacing style value of the style object specified by thebackfacingObject
parameter to the value specified in thebackfacingStyle
parameter.